home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-03-11 | 1014 b | 52 lines | [UVtx/UVtl] |
-
- light_Blue = "21887,35456,65535"
- darker_Blue = "9141,29001,65535"
- defPen(light_Blue)
- Clear picture="background picture"
- draw(light_Blue, darker_Blue, 4)
-
-
- ////////////////////
- Function defPen(color)
- Picture "pen=" . color, redefine
- Left 60
- Fill 1,9141,29001,65535
- Right 30
- Forward 10
- Left 30
- Forward 20
- Left 90
- Forward 6+6
- Left 90
- Forward 20
- Left 30
- Forward 10
-
- Function draw(marker, c, w)
- wh = 4 + width()/2
- Pen name="line"
- Color c
- Width w
- Up
- Pen name="marker", picture="pen=" . marker, end="no"
- Goto -wh,-100,0
- Pen speed=250
- S = 0
- y = -100
- M = 1
- Repeat 3
- Sound "sss...",nowait
- Curve M*drawH(),y,t,-wh,wh
- Sound "",wait
- y = y -3
- M = -M
- Function drawH()
- X = x()
- Y = y()
- Pen name="line"
- Goto X,Y,0
- If S > 1
- Down
- S = S+1
- Pen name="marker"
- Return t